home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 July / EnigmA AMIGA RUN 20 (1997)(G.R. Edizioni)(IT)[!][issue 1997-07 & 08][EAR-CD IV].iso / earcd / dev / cross / empic_12.lha / EMPIC_12.readme < prev    next >
Text File  |  1997-03-14  |  1KB  |  36 lines

  1. Short:        PIC 16C84 programming system
  2. Author:       ethanak@free.polbox.pl (Bohdan Rau)
  3. Uploader:     ethanak@free.polbox.pl (Bohdan Rau)
  4. Version:      1.2
  5. Type:         dev/cross
  6. Replaces:     dev/cross/EMPIC_10*
  7. Requires:     MUI 3.6+, OS 2.04+
  8.  
  9.    Ethanak PIC Programming System EMPIC V1.2
  10.    (full version of EMPIC V1.0 demo program)
  11.  
  12.  
  13.    EMPIC is complete system (assembler, programmer, disassembler)
  14.    for Microchip PIC16C84 and 16F84 microcontrollers.
  15.    Assembler has predefined most of specific PIC values (no include
  16.    files needed) and allows the user to create own macros, define
  17.    EEPROM data etc. Can produce files in INHX8M format.
  18.  
  19.    Programming unit is connected to floppy port only. Any other
  20.    external devices (modem, printer, floppies etc) may be used
  21.    without any conflicts. One exception is external floppy DF3
  22.    which must be disconnected (I know exactly 0 men having
  23.    four floppies connected to Amiga :-)
  24.  
  25.    Writing to PIC is as fast as possible. Asynchronous writing
  26.    driven by interrupts allows user to work with other tasks
  27.    during PIC writing operations.
  28.    
  29.    Disassembler/ReSourcer may produce source code for EMASM
  30.    or MPASM assembler. Labels, literals, variables may be added
  31.    to code and saved to disk file in special ReSourcer format.
  32.    
  33.    If you have only hex file or the chip with program, and you
  34.    want to make the program a bit better - EMPIC is better
  35.    tool for doing it!
  36.